* {
	margin:0%;
	padding:0%;
	font-family: "Roboto Condensed", sans-serif;
}
.paypad {
	height:35px;
	width:100%;
	background-color:#EFF4F7;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:12px;
}
.navbar {
	height:90px;
	width:100%;
	background-color:white;
	display:flex;
	align-items:center;
}
.img {
	height:45px;
	width:8%;
	background-color:white;
	margin-left:3%;
}
.categories {
	height:30px;
	width:8%;
	background-color:white;
	margin-left:3%;
	align-items:center;
	font-size:16px;
	padding-top:1%;
}	
.parent{
	height:300px; 
	width:90%;
	background-color:white;
	margin-top:%;
	position:absolute;
	right:7%;
	display:none;
	top:14%;
}
.child {
	height:60px; 
	width:95%;
	background-color:white;
	margin-left:1%;
	display:flex;
	align-items:center;
	margin-top:1%;
}
.items {
	height:50px; 
	width:5%;
	background-color:white;
}
.itemimage{
	height:50px;
	width:100%;
}
.names {
	height:50px; 
	width:12%;
	background-color:white;
	font-size:14px;
	font-weight:bold;
	align-items:center;
	display:flex;
}	
.items2 {
	height:50px; 
	width:5%;
	background-color:white;
	margin-left:4%;
}
.names2 {
	height:50px; 
	width:12%;
	background-color:white;
	font-size:14px;
	font-weight:bold;
	align-items:center;
	display:flex;
}
.categories:hover .parent{
	display:block;
}
.boat {
	height:30px;
	width:11%;
	background-color:white;
	margin-left:2%;
	align-items:center;
	font-size:20px;
	padding-top:1%;
	font-size:16px;
}
.corporate {
	height:30px;
	width:9%;
	background-color:white;
	margin-left:2%;
	align-items:center;
	font-size:20px;
	padding-top:1%;
	font-size:16px;
}
.gift {
	height:30px;
	width:7%;
	background-color:white;
	margin-left:2%;
	align-items:center;
	font-size:20px;
	padding-top:1%;
	font-size:16px;
}
.more {
	height:30px;
	width:5%;
	background-color:white;
	margin-left:2%;
	align-items:center;
	font-size:20px;
	padding-top:1%;
	font-size:16px;
}
.information{
	height:220px; 
	width:15%;
	background-color:white;
	margin-top:%;
	position:absolute;
	top:14%;
	right:30%;
	display:none;
}
.info2 {
	height:200px; 
	width:90%;
	background-color:white;
	margin-left:5%
}
.list {
	padding-top:5%;
}
.more:hover .information {
	display:block;
}
.search {
	height:40px; 
	width:20%;
	background-color:#F4F5F7;
	margin-left:5%;
	border-radius:50px;
	display:flex;
	
}
.bar {
	height:40px;
	width:90%;
	background-color:#F4F5F7;
	border-radius:50px;
	border:none;
	outline:none;
	font-weight:bold;
}
.profile {
	height:40px; 
	width:1%;
	background-color:white;
	margin-left:2%;
	margin-top:1%;
}	
.bigimg {
	height:650px; 
	width:100%;
	background-color:white;
	background-image:url('https://www.boat-lifestyle.com/cdn/shop/files/silicon-cover-new-web_1400x.jpg?v=1742367044');
	background-size:cover;
}
.mt {
	height:1px;
	width:100%;
	background-color:grey;
}
.categories:hover {
	font-weight:bold;
}
.boat:hover {
	font-weight:bold;
}
.corporate:hover {
	font-weight:bold;
}
.gift:hover {
	font-weight:bold;
}
.more:hover {
	font-weight:bold;
}
.vers {
	height:400px;
	width:100%;
	background-color:grey;
	display:flex;
}
